godot-classes 0.0.0

Godot bindings for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
name = "godot_classes"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Godot bindings for Rust."
edition = "2021"
license = "MPL-2.0"
name = "godot-classes"
readme = false
repository = "https://github.com/godot-rust/gdext"
version = "0.0.0"