1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00
because I renamed the github repository from "emigui" to "egui"
This commit is contained in:
Emil Ernerfeldt
2020-08-10 19:38:46 +02:00
parent 1483455630
commit ad9783a33d
10 changed files with 38 additions and 28 deletions

View File

@@ -4,10 +4,10 @@ version = "0.1.3"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Bindings for using Egui natively using the glium library"
edition = "2018"
homepage = "https://github.com/emilk/emigui/"
homepage = "https://github.com/emilk/egui"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/emilk/emigui"
repository = "https://github.com/emilk/egui"
categories = ["gui", "graphics"]
keywords = ["glium", "egui", "gui", "gamedev"]
include = [ "**/*.rs", "Cargo.toml"]