Skip to content

A simple Toml IO GDExtension with Rust. (Just a temporary solution)

License

Notifications You must be signed in to change notification settings

ri-fumo/toml-rs-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toml-rs-ext

A simple Toml IO GDExtension with Rust. (Just a temporary solution)

How to use?

Just create a file like this with an extension .gdextension in your project.

[configuration]
entry_symbol = "toml_rs_ext_init"
compatibility_minimum = 4.1
reloadable = true

[libraries]
<OS>.debug.<platform> = "res://path/to/debug/binary"
<OS>.release.<platform> = "res://path/to/release/binary"

About

A simple Toml IO GDExtension with Rust. (Just a temporary solution)

Resources

License

Stars

Watchers

Forks

Languages