1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

integrate into egui

This commit is contained in:
René Rössler
2021-12-17 15:33:29 +01:00
parent 5ec14867c8
commit 4e16d48dd6
16 changed files with 1552 additions and 10 deletions

View File

@@ -0,0 +1,19 @@
[package]
name = "egui_dynamic_grid"
version = "0.15.0"
edition = "2018"
description = "Dynamic grid and table for egui"
authors = [
"René Rössler <rene@freshx.de>",
"Dominik Rössler <dominik@freshx.de>",
]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/emilk/egui/tree/master/egui_dynamic_grid"
readme = "README.md"
repository = "https://github.com/emilk/egui/tree/master/egui_dynamic_grid"
categories = ["gui", "graphics"]
keywords = ["glium", "egui", "gui", "gamedev"]
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
[dependencies]
egui = { version = "0.15.0", path = "../egui", default-features = false }