Skip to content

Commit 20343e5

Browse files
committed
Use normal objc2 naming scheme
1 parent f4287f9 commit 20343e5

File tree

7 files changed

+346
-412
lines changed

7 files changed

+346
-412
lines changed

Cargo.lock

Lines changed: 23 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,19 +158,19 @@ walkdir = "2.3.0"
158158
winit = { version = "0.29", features = ["android-native-activity"] }
159159

160160
# Metal dependencies
161-
block2 = { version = "0.6", git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
162-
objc2 = { version = "0.6", git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
161+
block2 = "0.6"
162+
objc2 = "0.6"
163163
objc2-core-foundation = { version = "0.3", default-features = false, features = [
164164
"std",
165165
"CFCGTypes",
166-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
166+
] }
167167
objc2-foundation = { version = "0.3", default-features = false, features = [
168168
"std",
169169
"NSError",
170170
"NSProcessInfo",
171171
"NSRange",
172172
"NSString",
173-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
173+
] }
174174
objc2-metal = { version = "0.3", default-features = false, features = [
175175
"std",
176176
"block2",
@@ -203,14 +203,14 @@ objc2-metal = { version = "0.3", default-features = false, features = [
203203
"MTLTexture",
204204
"MTLTypes",
205205
"MTLVertexDescriptor",
206-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
206+
] }
207207
objc2-quartz-core = { version = "0.3", default-features = false, features = [
208208
"std",
209209
"objc2-core-foundation",
210210
"CALayer",
211211
"CAMetalLayer",
212212
"objc2-metal",
213-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
213+
] }
214214
raw-window-metal = "1.0"
215215

216216
# Vulkan dependencies

0 commit comments

Comments
 (0)