From f94187ab718e8513084e591fcef73356a4971d6b Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 28 Feb 2023 22:35:04 +0100 Subject: [PATCH] Remove misleading safety-badges See https://github.com/emilk/egui/issues/2723 --- crates/eframe/README.md | 1 - crates/egui-winit/README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/crates/eframe/README.md b/crates/eframe/README.md index ab6616e9..55993943 100644 --- a/crates/eframe/README.md +++ b/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) diff --git a/crates/egui-winit/README.md b/crates/egui-winit/README.md index 1f2c7d17..23864169 100644 --- a/crates/egui-winit/README.md +++ b/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)