Browse Source

Remove misleading safety-badges

See https://github.com/emilk/egui/issues/2723
pull/2105/head
Emil Ernerfeldt 2 years ago
parent
commit
f94187ab71
  1. 1
      crates/eframe/README.md
  2. 1
      crates/egui-winit/README.md

1
crates/eframe/README.md

@ -2,7 +2,6 @@
[![Latest version](https://img.shields.io/crates/v/eframe.svg)](https://crates.io/crates/eframe)
[![Documentation](https://docs.rs/eframe/badge.svg)](https://docs.rs/eframe)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)

1
crates/egui-winit/README.md

@ -2,7 +2,6 @@
[![Latest version](https://img.shields.io/crates/v/egui-winit.svg)](https://crates.io/crates/egui-winit)
[![Documentation](https://docs.rs/egui-winit/badge.svg)](https://docs.rs/egui-winit)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)

Loading…
Cancel
Save