From 524b98a6cea980bc28599796643a2e72ce76cfa7 Mon Sep 17 00:00:00 2001 From: Lucas Meurer Date: Thu, 3 Oct 2024 11:28:07 +0200 Subject: [PATCH] Add missing link --- crates/egui_flex/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui_flex/Cargo.toml b/crates/egui_flex/Cargo.toml index 78e8f03..40c6af4 100644 --- a/crates/egui_flex/Cargo.toml +++ b/crates/egui_flex/Cargo.toml @@ -3,11 +3,11 @@ name = "egui_flex" version = "0.1.0" edition = "2021" repository = "https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_flex" +homepage = "https://lucasmerlin.github.io/hello_egui/#/example/flex" description = "A flexbox-like layout system for egui." keywords = ["egui", "flexbox", "layout", "gui"] categories = ["gui"] license = "MIT" -homepage = "" [dependencies]