1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -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

@@ -5,9 +5,9 @@ authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Bindings for compiling Egui code to WASM for a web page"
license = "MIT OR Apache-2.0"
edition = "2018"
homepage = "https://github.com/emilk/emigui/"
homepage = "https://github.com/emilk/egui"
readme = "README.md"
repository = "https://github.com/emilk/emigui"
repository = "https://github.com/emilk/egui"
categories = ["gui", "graphics"]
keywords = ["wasm", "web", "egui", "gui", "gamedev"]
include = [ "**/*.rs", "Cargo.toml"]