iowo/testfiles/bare.ron

17 lines
221 B
Text
Raw Normal View History

2024-01-01 06:30:04 +00:00
(
instructions: {
0: Read((
source: File("testfiles/rails.png"),
2024-01-01 06:30:04 +00:00
)),
1: Write((
target: File("testfiles/gen/out.jpg"),
format: Jpeg,
)),
},
edges: {
(on: 0, idx: 0): [
(on: 1, idx: 0),
],
},
2024-01-01 06:30:04 +00:00
)