Skip to content

Commit d665db7

Browse files
committed
work on sky130 inverter example
1 parent 22532a9 commit d665db7

File tree

43 files changed

+8594
-5555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+8594
-5555
lines changed

Cargo.lock

Lines changed: 986 additions & 186 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/gui/src/editor/canvas.rs

Lines changed: 74 additions & 62 deletions
Large diffs are not rendered by default.

core/gui/src/editor/input.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ impl Element for TextElement {
600600
let font_size = style.font_size.to_pixels(window.rem_size());
601601
let line = window
602602
.text_system()
603-
.shape_line(display_text, font_size, &runs);
603+
.shape_line(display_text, font_size, &runs, None);
604604

605605
let cursor_pos = line.x_for_index(cursor);
606606
let (selection, cursor) = if selected_range.is_empty() {

docs/figures/argon_paper.ai

Lines changed: 7526 additions & 5306 deletions
Large diffs are not rendered by default.

docs/figures/gui.png

30.2 KB
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)