Skip to content

Commit 049621b

Browse files
committed
remove unnecessary config files + change license
1 parent 12ebaa4 commit 049621b

File tree

5 files changed

+3
-24
lines changed

5 files changed

+3
-24
lines changed

net-pong/.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

net-pong/.gitignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

net-pong/godot/.editorconfig

Lines changed: 0 additions & 4 deletions
This file was deleted.

net-pong/godot/.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

net-pong/rust/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "rust"
33
version = "1.0.0"
44
edition = "2024"
5-
license = "MIT"
5+
rust-version = "1.88"
6+
license = "MPL-2.0"
7+
publish = false
68

79
[dependencies]
810
godot = {git = "https://github.com/godot-rust/gdext.git", rev = "18d8a2200cb0bb85b587336ba853db3bb54c9ffa"}

0 commit comments

Comments
 (0)