1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

add library level documentation

This commit is contained in:
René Rössler
2022-02-09 12:58:38 +01:00
parent eeb79c0f88
commit abe6daf880

View File

@@ -1,3 +1,5 @@
//! `egui_extras`: Widgets for egui which are not in the main egui crate
#![forbid(unsafe_code)] #![forbid(unsafe_code)]
#![warn( #![warn(
clippy::all, clippy::all,