Skip to content

Commit fff69be

Browse files
committed
.gdextension files: reloadable + API level 4.4
1 parent 58cc02c commit fff69be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dodge-the-creeps/godot/rust.gdextension

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[configuration]
22
entry_symbol = "gdext_rust_init"
3-
compatibility_minimum = 4.1
3+
compatibility_minimum = 4.4
4+
reloadable = true
45

56
[libraries]
67
linux.debug.x86_64 = "res://../../target/debug/libdodge_the_creeps.so"

hot-reload/godot/rust.gdextension

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[configuration]
22
entry_symbol = "gdext_rust_init"
3-
compatibility_minimum = 4.1
3+
compatibility_minimum = 4.4
44
reloadable = true
55

66
[libraries]

0 commit comments

Comments
 (0)