gdext-egui 0.0.0

Egui backend implementation for Godot 4. Since the original dependency `gdext` is not yet stabilized and not published in crates.io, this crate is not published either. You can set dependency to this crate by using git repository
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "gdext-egui"
version = "0.0.0"
edition = "2021"
license = "MPL-2.0"
authors = ["kang-sw <ki6080@gmail.com>"]
description = """Egui backend implementation for Godot 4. Since the original dependency `gdext` is not yet stabilized and not published in crates.io, this crate is not published either. You can set dependency to this crate by using git repository"""
repository = "https://github.com/kang-sw/gdext-egui"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]