Skip to content

Commit

Permalink
Update for Godot 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw committed Oct 8, 2024
1 parent b7d4a3d commit ce78654
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 16 deletions.
4 changes: 2 additions & 2 deletions GodotVisionExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/kevinw/GodotVision.git";
requirement = {
kind = revision;
revision = 86d4a2b9d209b264d230d5d902e5a055333b2c7b;
branch = main;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,32 +1,40 @@
{
"originHash" : "fb7a72ac1664fff8cbdb406661f97217a01f64a6ae7341d91ed5b11def041c6c",
"pins" : [
{
"identity" : "swift-docc-plugin",
"identity" : "godotvision",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-docc-plugin",
"location" : "https://github.com/kevinw/GodotVision.git",
"state" : {
"revision" : "85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64",
"version" : "1.4.3"
"branch" : "main",
"revision" : "c64db9822c318ddc5c0754424fd957e2900fdb25"
}
},
{
"identity" : "swift-docc-symbolkit",
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-docc-symbolkit",
"location" : "https://github.com/swiftlang/swift-syntax",
"state" : {
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
"version" : "1.0.0"
"revision" : "2bc86522d115234d1f588efe2bcb4ce4be8f8b82",
"version" : "510.0.3"
}
},
{
"identity" : "swift-syntax",
"identity" : "swiftgodot",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-syntax",
"location" : "https://github.com/multijam/SwiftGodot",
"state" : {
"revision" : "2bc86522d115234d1f588efe2bcb4ce4be8f8b82",
"version" : "510.0.3"
"revision" : "a9753686164b63b8228d3b98389d4326d942be80"
}
},
{
"identity" : "swiftgodotkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/multijam/SwiftGodotKit",
"state" : {
"revision" : "526ae902f84c1604d30680d8198c09fdfa566848"
}
}
],
"version" : 2
"version" : 3
}
2 changes: 1 addition & 1 deletion GodotVisionExample/ExampleScenesBrowser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fileprivate let exampleScenes: [(label: String, systemImageName: String, resourc
("Hello", "hand.wave", "res://examples/hello/example_godot_vision_scene.tscn"),
("Physics", "shippingbox.and.arrow.backward", "res://examples/physics_toy/physics_toy.tscn"),
("Skeletons", "figure.cooldown", "res://examples/rigged_models/example_rigged_models.tscn"),
("Joints", "lamp.desk.fill", "res://scenes/joints/joints.tscn"),
("Joints", "lamp.desk.fill", "res://examples/joints/joints.tscn"),
//("Soft Bodies", resourcePath: "res://scenes/soft_bodies/soft_bodies.tscn"),
("CSG", "circle.circle", "res://examples/csg/csg.tscn"),
]
Expand Down

0 comments on commit ce78654

Please sign in to comment.