Skip to content

Commit 0d2230a

Browse files
committed
Use normal objc2 naming scheme
1 parent d0cd2fd commit 0d2230a

File tree

7 files changed

+347
-426
lines changed

7 files changed

+347
-426
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
@@ -198,19 +198,19 @@ which = "8"
198198
xshell = "0.2.2"
199199

200200
# Metal dependencies
201-
block2 = { version = "0.6.2", git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
202-
objc2 = { version = "0.6.3", git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
201+
block2 = "0.6.2"
202+
objc2 = "0.6.3"
203203
objc2-core-foundation = { version = "0.3.2", default-features = false, features = [
204204
"std",
205205
"CFCGTypes",
206-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
206+
] }
207207
objc2-foundation = { version = "0.3.2", default-features = false, features = [
208208
"std",
209209
"NSError",
210210
"NSProcessInfo",
211211
"NSRange",
212212
"NSString",
213-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
213+
] }
214214
objc2-metal = { version = "0.3.2", default-features = false, features = [
215215
"std",
216216
"block2",
@@ -243,14 +243,14 @@ objc2-metal = { version = "0.3.2", default-features = false, features = [
243243
"MTLTexture",
244244
"MTLTypes",
245245
"MTLVertexDescriptor",
246-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
246+
] }
247247
objc2-quartz-core = { version = "0.3.2", default-features = false, features = [
248248
"std",
249249
"objc2-core-foundation",
250250
"CALayer",
251251
"CAMetalLayer",
252252
"objc2-metal",
253-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
253+
] }
254254
raw-window-metal = "1.0"
255255

256256
# Vulkan dependencies

0 commit comments

Comments
 (0)