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

Merge remote-tracking branch 'egui/master' into dynamic-grid

This commit is contained in:
René Rössler
2022-01-04 12:28:13 +01:00
100 changed files with 1905 additions and 1945 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "egui_dynamic_grid"
version = "0.15.0"
version = "0.16.0"
edition = "2018"
description = "Dynamic grid and table for egui"
authors = [
@@ -16,4 +16,4 @@ keywords = ["glium", "egui", "gui", "gamedev"]
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
[dependencies]
egui = { version = "0.15.0", path = "../egui", default-features = false }
egui = { version = "0.16.0", path = "../egui", default-features = false }