diff --git a/Cargo.toml b/Cargo.toml index b60d20c..90e7d23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,14 +3,14 @@ name = "imgui" version = "0.0.15-pre" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "High-level Rust bindings to dear imgui" -homepage = "https://github.com/gekkio/imgui-rs" -repository = "https://github.com/gekkio/imgui-rs" +homepage = "https://github.com/Gekkio/imgui-rs" +repository = "https://github.com/Gekkio/imgui-rs" license = "MIT/Apache-2.0" categories = ["gui", "api-bindings"] readme = "README.markdown" [badges] -travis-ci = { repository = "gekkio/imgui-rs" } +travis-ci = { repository = "Gekkio/imgui-rs" } [dependencies] imgui-sys = { version = "0.0.15-pre", path = "imgui-sys" } diff --git a/imgui-examples/Cargo.toml b/imgui-examples/Cargo.toml index 1feb171..ec7450d 100644 --- a/imgui-examples/Cargo.toml +++ b/imgui-examples/Cargo.toml @@ -3,8 +3,8 @@ name = "imgui-examples" version = "0.0.15-pre" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "imgui crate examples" -homepage = "https://github.com/gekkio/imgui-rs" -repository = "https://github.com/gekkio/imgui-rs" +homepage = "https://github.com/Gekkio/imgui-rs" +repository = "https://github.com/Gekkio/imgui-rs" license = "MIT/Apache-2.0" publish = false diff --git a/imgui-gfx-renderer/Cargo.toml b/imgui-gfx-renderer/Cargo.toml index 16c3fbc..d61d955 100644 --- a/imgui-gfx-renderer/Cargo.toml +++ b/imgui-gfx-renderer/Cargo.toml @@ -3,8 +3,8 @@ name = "imgui-gfx-renderer" version = "0.0.15-pre" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "gfx renderer for the imgui crate" -homepage = "https://github.com/gekkio/imgui-rs" -repository = "https://github.com/gekkio/imgui-rs" +homepage = "https://github.com/Gekkio/imgui-rs" +repository = "https://github.com/Gekkio/imgui-rs" license = "MIT/Apache-2.0" categories = ["gui", "rendering"] diff --git a/imgui-glium-renderer/Cargo.toml b/imgui-glium-renderer/Cargo.toml index 7c95b61..467ab31 100644 --- a/imgui-glium-renderer/Cargo.toml +++ b/imgui-glium-renderer/Cargo.toml @@ -3,8 +3,8 @@ name = "imgui-glium-renderer" version = "0.0.15-pre" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "Glium renderer for the imgui crate" -homepage = "https://github.com/gekkio/imgui-rs" -repository = "https://github.com/gekkio/imgui-rs" +homepage = "https://github.com/Gekkio/imgui-rs" +repository = "https://github.com/Gekkio/imgui-rs" license = "MIT/Apache-2.0" categories = ["gui", "rendering"] diff --git a/imgui-sys/Cargo.toml b/imgui-sys/Cargo.toml index c0c2d25..5b932ab 100644 --- a/imgui-sys/Cargo.toml +++ b/imgui-sys/Cargo.toml @@ -3,8 +3,8 @@ name = "imgui-sys" version = "0.0.15-pre" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "Raw FFI bindings to dear imgui" -homepage = "https://github.com/gekkio/imgui-rs" -repository = "https://github.com/gekkio/imgui-rs" +homepage = "https://github.com/Gekkio/imgui-rs" +repository = "https://github.com/Gekkio/imgui-rs" license = "MIT/Apache-2.0" categories = ["gui", "external-ffi-bindings"] build = "build.rs"