We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9409314 commit 5f42944Copy full SHA for 5f42944
1 file changed
src/project.rs
@@ -18,7 +18,8 @@ pub struct Project {
18
pub meta: Meta,
19
pub extensions: Vec<Extension>,
20
pub monitors: Vec<Monitor>,
21
- pub targets: Vec<Sprite>,
+ #[serde(rename = "targets")]
22
+ pub sprites: Vec<Sprite>,
23
}
24
25
impl Project {
0 commit comments