bevy_fluent 0.14.0

Bevy plugin for localization using Fluent
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
use bevy::prelude::*;

/// Menu
#[derive(Component)]
pub struct Menu;

/// Next button
#[derive(Component)]
pub struct NextButton;

/// Previous button
#[derive(Component)]
pub struct PreviousButton;