blend2d 0.3.0

Rust bindings for blend2d
Documentation
1
2
3
4
5
import os
import subprocess

for path in map(lambda path: path.replace(".rs", ""), filter(lambda path: path.endswith(".rs"), os.listdir("examples"))):
    subprocess.run(["cargo", "run", "--example", path])