2026-06-16 13:16:35 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Open CAD Studio</title>
|
|
|
|
|
<style>
|
|
|
|
|
html, body { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; background: #1e1e1e; }
|
|
|
|
|
canvas { display: block; }
|
|
|
|
|
</style>
|
|
|
|
|
<!-- Trunk builds the wasm32 binary without the `solid3d` feature (no 3-D
|
|
|
|
|
solid kernel / vtkio C deps on the web). See issue #45. -->
|
2026-06-16 17:53:56 +03:00
|
|
|
<link data-trunk rel="rust" data-bin="OpenCADStudio" data-cargo-no-default-features />
|
2026-06-16 13:16:35 +03:00
|
|
|
</head>
|
|
|
|
|
<body></body>
|
|
|
|
|
</html>
|