macalimlim / godot-rust-template

A template for godot-rust projects
MIT License
51 stars 22 forks source link

make the filename of the `gndlib` file be the same as the `crate_name` #21

Closed macalimlim closed 2 years ago

macalimlim commented 3 years ago

Make the filename of the godot/native/*.gdnlib file be the same as the crate_name. Currently it is named statically to game.gdnlib, it would be better if we could name this file as the crate_name. Unfortunately the current version of cargo-generate does not support this feature but it was supported in an earlier version. Not entirely sure why was it removed, filed an issue here asking about it.

macalimlim commented 2 years ago

Closing this, game.gdnlib will not be renamed anymore...