Skip to content

Commit

Permalink
rename wired-gltf -> wired-scene
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Jun 30, 2024
1 parent 1ef896f commit 90d5592
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion spatial/wit/wired-input/deps/wired-gltf

This file was deleted.

1 change: 1 addition & 0 deletions spatial/wit/wired-input/deps/wired-scene
2 changes: 1 addition & 1 deletion spatial/wit/wired-input/world.wit
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ world host {

interface handler {
use types.{input-event};
use wired:gltf/node.{node};
use wired:scene/node.{node};

// Input handler.
// Represents an object in 3D space that can react to input.
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wired:gltf;
package wired:scene;

world host {
import material;
Expand Down

0 comments on commit 90d5592

Please sign in to comment.