Skip to content

Commit a65d2d9

Browse files
committed
Update internal imports
1 parent 192b7d3 commit a65d2d9

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

frame-buffer/deps.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[graphics-context]
22
path = "../graphics-context"
3-
sha256 = "cf022dcf41c7e9f6d3ca8af2f80f523306472a5548d38199d57986fc75aafb7b"
4-
sha512 = "b5cf0248f2cd1dbfbeb500b375e56fecbe8b1ac147b1aece73032543e696e0f7dad3da5aa99fbade290369a065059ae606def00d7d1aa94cde7f19ee03741479"
3+
sha256 = "b138ab44463c5bb074207687c88d59dfca9c6bc7a5dad482dba626094cccbc3f"
4+
sha512 = "b9cef19d2cf0a0f3d0a58c94cf4483d051acfb5622e379bf0abcc6aa34c14d92210c56554387b932f08aba3c9c1e9e9cadb554e9dd0cf464b20c7d31c806515e"

frame-buffer/deps/graphics-context/graphics-context.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:graphics-context;
1+
package wasi:graphics-context@0.0.1;
22

33
world imports {
44
import graphics-context;

frame-buffer/frame-buffer.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ world imports {
55
}
66

77
interface frame-buffer {
8-
use wasi:graphics-context/graphics-context.{context, abstract-buffer};
8+
use wasi:graphics-context/graphics-context@0.0.1.{context, abstract-buffer};
99

1010
resource device {
1111
constructor();

install-wit-deps.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
wit-deps -m webgpu/deps.toml -l webgpu/deps.lock -d webgpu/deps
2-
wit-deps -m surface/deps.toml -l surface/deps.lock -d surface/deps
3-
wit-deps -m graphics-context/deps.toml -l graphics-context/deps.lock -d graphics-context/deps
4-
wit-deps -m frame-buffer/deps.toml -l frame-buffer/deps.lock -d frame-buffer/deps
1+
wit-deps -m webgpu/deps.toml -l webgpu/deps.lock -d webgpu/deps update
2+
wit-deps -m surface/deps.toml -l surface/deps.lock -d surface/deps update
3+
wit-deps -m graphics-context/deps.toml -l graphics-context/deps.lock -d graphics-context/deps update
4+
wit-deps -m frame-buffer/deps.toml -l frame-buffer/deps.lock -d frame-buffer/deps update

surface/deps.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[graphics-context]
22
path = "../graphics-context"
3-
sha256 = "cf022dcf41c7e9f6d3ca8af2f80f523306472a5548d38199d57986fc75aafb7b"
4-
sha512 = "b5cf0248f2cd1dbfbeb500b375e56fecbe8b1ac147b1aece73032543e696e0f7dad3da5aa99fbade290369a065059ae606def00d7d1aa94cde7f19ee03741479"
3+
sha256 = "b138ab44463c5bb074207687c88d59dfca9c6bc7a5dad482dba626094cccbc3f"
4+
sha512 = "b9cef19d2cf0a0f3d0a58c94cf4483d051acfb5622e379bf0abcc6aa34c14d92210c56554387b932f08aba3c9c1e9e9cadb554e9dd0cf464b20c7d31c806515e"
55

66
[io]
77
url = "https://github.com/WebAssembly/wasi-io/archive/fef02cddb4ac28dcde97bf11a4c7b856833a948f.tar.gz"

surface/deps/graphics-context/graphics-context.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:graphics-context;
1+
package wasi:graphics-context@0.0.1;
22

33
world imports {
44
import graphics-context;

surface/surface.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ world imports {
55
}
66

77
interface surface {
8-
use wasi:graphics-context/graphics-context.{context};
8+
use wasi:graphics-context/graphics-context@0.0.1.{context};
99
use wasi:io/poll@0.2.0.{pollable};
1010

1111
record create-desc {

webgpu/deps.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[graphics-context]
22
path = "../graphics-context"
3-
sha256 = "cf022dcf41c7e9f6d3ca8af2f80f523306472a5548d38199d57986fc75aafb7b"
4-
sha512 = "b5cf0248f2cd1dbfbeb500b375e56fecbe8b1ac147b1aece73032543e696e0f7dad3da5aa99fbade290369a065059ae606def00d7d1aa94cde7f19ee03741479"
3+
sha256 = "b138ab44463c5bb074207687c88d59dfca9c6bc7a5dad482dba626094cccbc3f"
4+
sha512 = "b9cef19d2cf0a0f3d0a58c94cf4483d051acfb5622e379bf0abcc6aa34c14d92210c56554387b932f08aba3c9c1e9e9cadb554e9dd0cf464b20c7d31c806515e"
55

66
[io]
77
url = "https://github.com/WebAssembly/wasi-io/archive/fef02cddb4ac28dcde97bf11a4c7b856833a948f.tar.gz"

webgpu/deps/graphics-context/graphics-context.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:graphics-context;
1+
package wasi:graphics-context@0.0.1;
22

33
world imports {
44
import graphics-context;

webgpu/webgpu.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package wasi:webgpu@0.0.1;
22

33
interface webgpu {
44
use wasi:io/poll@0.2.0.{ pollable };
5-
use wasi:graphics-context/graphics-context.{ context, abstract-buffer };
5+
use wasi:graphics-context/graphics-context@0.0.1.{ context, abstract-buffer };
66
resource gpu-supported-limits {
77
max-texture-dimension1-d: func() -> u32;
88
max-texture-dimension2-d: func() -> u32;

0 commit comments

Comments
 (0)