Updated for Godot 4.6

This commit is contained in:
Patrick Marsee 2026-03-30 19:02:17 -04:00
parent 10c2e5f2b0
commit 9a8ed5cfce
2 changed files with 38 additions and 29 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "path_mesh"
version = "0.1.0"
edition = "2021"
version = "0.2.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -9,4 +9,4 @@ edition = "2021"
crate-type = ["cdylib"] # Compile this crate to a dynamic C library.
[dependencies]
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }
godot = "0.5.0"