Skip to content

Commit 858f0bd

Browse files
committed
Use normal objc2 naming scheme
1 parent e90f4a5 commit 858f0bd

File tree

7 files changed

+343
-409
lines changed

7 files changed

+343
-409
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
@@ -157,19 +157,19 @@ walkdir = "2"
157157
winit = { version = "0.29", features = ["android-native-activity"] }
158158

159159
# Metal dependencies
160-
block2 = { version = "0.6", git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
161-
objc2 = { version = "0.6", git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
160+
block2 = "0.6"
161+
objc2 = "0.6"
162162
objc2-core-foundation = { version = "0.3", default-features = false, features = [
163163
"std",
164164
"CFCGTypes",
165-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
165+
] }
166166
objc2-foundation = { version = "0.3", default-features = false, features = [
167167
"std",
168168
"NSError",
169169
"NSProcessInfo",
170170
"NSRange",
171171
"NSString",
172-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
172+
] }
173173
objc2-metal = { version = "0.3", default-features = false, features = [
174174
"std",
175175
"block2",
@@ -202,14 +202,14 @@ objc2-metal = { version = "0.3", default-features = false, features = [
202202
"MTLTexture",
203203
"MTLTypes",
204204
"MTLVertexDescriptor",
205-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
205+
] }
206206
objc2-quartz-core = { version = "0.3", default-features = false, features = [
207207
"std",
208208
"objc2-core-foundation",
209209
"CALayer",
210210
"CAMetalLayer",
211211
"objc2-metal",
212-
], git = "https://github.com/madsmtm/objc2", branch = "metal-wgpu" }
212+
] }
213213
raw-window-metal = "1.0"
214214

215215
# Vulkan dependencies

0 commit comments

Comments
 (0)