diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..1c8d123d --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +/crates/egui_plot @Bromeon @EmbersArc diff --git a/crates/egui_plot/Cargo.toml b/crates/egui_plot/Cargo.toml index f364e4f3..a4781aab 100644 --- a/crates/egui_plot/Cargo.toml +++ b/crates/egui_plot/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "egui_plot" version.workspace = true -authors = ["Emil Ernerfeldt "] +authors = [ + "Emil Ernerfeldt ", # https://github.com/emilk + "Jan Haller ", # https://github.com/Bromeon + "Sven Niederberger ", # https://github.com/EmbersArc +] description = "Immediate mode plotting for the egui GUI library" edition.workspace = true rust-version.workspace = true