godot-cell 0.1.1

Internal crate used by godot-rust
[dependencies.proptest]
optional = true
version = "1.4.0"

[features]
proptest = ["dep:proptest"]

[package]
categories = ["game-engines", "graphics"]
description = "Internal crate used by godot-rust"
edition = "2021"
homepage = "https://godot-rust.github.io"
keywords = ["gamedev", "godot", "engine", "ffi"]
license = "MPL-2.0"
name = "godot-cell"
repository = "https://github.com/godot-rust/gdext"
rust-version = "1.78"
version = "0.1.1"
[package.metadata.docs.rs]
features = ["experimental-godot-api"]
rustdoc-args = ["--cfg", "published_docs"]