Skip to content

Commit

Permalink
Scale image for better appearance on retina displays.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanzab committed Sep 2, 2014
1 parent 0beec6a commit c31f0b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ initialization with [glfw](https://github.com/bjz/glfw-rs/), or

## Crate heirachy

![Dependency graph](diagrams/png/dependencies.png)
<img alt="Dependency graph" style="
-moz-transform:scale(0.5);
-webkit-transform:scale(0.5);
transform:scale(0.5);
" src="diagrams/png/dependencies.png">

## Building the examples

Expand Down

0 comments on commit c31f0b3

Please sign in to comment.