Skip to content

Commit 9a85ee2

Browse files
madsmtmErichDonGubler
authored andcommitted
Use normal objc2 naming scheme
1 parent 221e5b1 commit 9a85ee2

File tree

7 files changed

+347
-413
lines changed

7 files changed

+347
-413
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
@@ -194,19 +194,19 @@ which = "8"
194194
xshell = "0.2.2"
195195

196196
# Metal dependencies
197-
block2 = { version = "0.6", git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
198-
objc2 = { version = "0.6", git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
197+
block2 = "0.6"
198+
objc2 = "0.6"
199199
objc2-core-foundation = { version = "0.3", default-features = false, features = [
200200
"std",
201201
"CFCGTypes",
202-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
202+
] }
203203
objc2-foundation = { version = "0.3", default-features = false, features = [
204204
"std",
205205
"NSError",
206206
"NSProcessInfo",
207207
"NSRange",
208208
"NSString",
209-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
209+
] }
210210
objc2-metal = { version = "0.3", default-features = false, features = [
211211
"std",
212212
"block2",
@@ -239,14 +239,14 @@ objc2-metal = { version = "0.3", default-features = false, features = [
239239
"MTLTexture",
240240
"MTLTypes",
241241
"MTLVertexDescriptor",
242-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
242+
] }
243243
objc2-quartz-core = { version = "0.3", default-features = false, features = [
244244
"std",
245245
"objc2-core-foundation",
246246
"CALayer",
247247
"CAMetalLayer",
248248
"objc2-metal",
249-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
249+
] }
250250
raw-window-metal = "1.0"
251251

252252
# Vulkan dependencies

0 commit comments

Comments
 (0)