Use main readme for docs.rs

This commit is contained in:
Jan Hohenheim 2024-08-14 16:56:56 +02:00 committed by GitHub
parent d1b5d2627d
commit e8e1879e9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![doc = include_str!("../../../README.md")]
use bevy::{render::primitives::Aabb, utils::HashMap};
use std::path::PathBuf;