star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit cc41bf6e24aa42b0322b7936443fbb55e6b04900
parent b6a25027ee0ca91a7a560579cbb239650421792e
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 19 Jun 2024 16:06:45 +0200

Upgrade star-enclosures-3d dependency to 0.7.1

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -31,7 +31,7 @@ RSYS_VERSION = 0.14 RSYS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags rsys) RSYS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs rsys) -SENC3D_VERSION = 0.7 +SENC3D_VERSION = 0.7.1 SENC3D_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags senc3d) SENC3D_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs senc3d)