.gitignore
.pre-commit-config.yaml
CMakeLists.txt
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/pip.yml
.github/workflows/wheels.yml
src/main.cpp
src/flexbox/__init__.py
src/flexbox/attributes.py
src/flexbox.egg-info/PKG-INFO
src/flexbox.egg-info/SOURCES.txt
src/flexbox.egg-info/dependency_links.txt
src/flexbox.egg-info/requires.txt
src/flexbox.egg-info/top_level.txt
src/sources/BitUtils.h
src/sources/CompactValue.h
src/sources/Utils.cpp
src/sources/Utils.h
src/sources/YGConfig.cpp
src/sources/YGConfig.h
src/sources/YGEnums.cpp
src/sources/YGEnums.h
src/sources/YGFloatOptional.h
src/sources/YGLayout.cpp
src/sources/YGLayout.h
src/sources/YGMacros.h
src/sources/YGNode.cpp
src/sources/YGNode.h
src/sources/YGNodePrint.cpp
src/sources/YGNodePrint.h
src/sources/YGStyle.cpp
src/sources/YGStyle.h
src/sources/YGValue.cpp
src/sources/YGValue.h
src/sources/Yoga-internal.h
src/sources/Yoga.cpp
src/sources/Yoga.h
src/sources/log.cpp
src/sources/log.h
src/sources/event/event.cpp
src/sources/event/event.h
src/sources/internal/experiments-inl.h
src/sources/internal/experiments.cpp
src/sources/internal/experiments.h
tests/test_layout.py