aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/lib.rs
blob: 2595471d6b638c10457a31586bb4a8a914f6ce9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#![doc = include_str!("../README.md")]
#![feature(int_roundings)]
#![feature(const_for)]
#![feature(lazy_cell)]
#![allow(incomplete_features)]
#![feature(generic_const_exprs)]

pub mod aabb;
pub mod bitset;
pub mod block_hit_result;
pub mod cursor3d;
pub mod delta;
pub mod difficulty;
pub mod direction;
pub mod game_type;
pub mod math;
pub mod particle;
pub mod position;
pub mod resource_location;
pub mod tier;