diff options
Diffstat (limited to 'glutin/Cargo.toml')
-rw-r--r-- | glutin/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index 2b738ef6..976a183e 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2018" description = "A glutin runtime for Iced" license = "MIT" -repository = "https://github.com/hecrj/iced" +repository = "https://github.com/iced-rs/iced" documentation = "https://docs.rs/iced_glutin" keywords = ["gui", "ui", "graphics", "interface", "widgets"] categories = ["gui"] |