Skip to content

Commit ec21d9e

Browse files
committed
Use normal objc2 naming scheme
1 parent 89d2a59 commit ec21d9e

File tree

7 files changed

+349
-425
lines changed

7 files changed

+349
-425
lines changed

Cargo.lock

Lines changed: 25 additions & 87 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
@@ -195,19 +195,19 @@ which = "8"
195195
xshell = "0.2.2"
196196

197197
# Metal dependencies
198-
block2 = { version = "0.6.1", git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
199-
objc2 = { version = "0.6.1", git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
198+
block2 = "0.6.1"
199+
objc2 = "0.6.1"
200200
objc2-core-foundation = { version = "0.3.1", default-features = false, features = [
201201
"std",
202202
"CFCGTypes",
203-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
203+
] }
204204
objc2-foundation = { version = "0.3.1", default-features = false, features = [
205205
"std",
206206
"NSError",
207207
"NSProcessInfo",
208208
"NSRange",
209209
"NSString",
210-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
210+
] }
211211
objc2-metal = { version = "0.3.1", default-features = false, features = [
212212
"std",
213213
"block2",
@@ -240,14 +240,14 @@ objc2-metal = { version = "0.3.1", default-features = false, features = [
240240
"MTLTexture",
241241
"MTLTypes",
242242
"MTLVertexDescriptor",
243-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
243+
] }
244244
objc2-quartz-core = { version = "0.3.1", default-features = false, features = [
245245
"std",
246246
"objc2-core-foundation",
247247
"CALayer",
248248
"CAMetalLayer",
249249
"objc2-metal",
250-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
250+
] }
251251
raw-window-metal = "1.0"
252252

253253
# Vulkan dependencies

0 commit comments

Comments
 (0)